home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 2 of 2).iso
/
cheats
/
mmom30s.exe
/
MULTI30.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-20
|
518b
|
34 lines
rem @echo off
if %2==2 goto receive
if %2==1 goto received
:start
init30 %1.m??
if ERRORLEVEL 2 goto quit
:lab
wizards
mult30b %1.m??
if ERRORLEVEL 255 goto error
if ERRORLEVEL 3 goto oneleft
if ERRORLEVEL 2 goto end
if ERRORLEVEL 1 goto send
goto lab
:send
call send.bat %1
choice /c:ny Receive file now?
if ERRORLEVEL 2 goto receive
goto end
:error
echo error
goto end
:receive
call receive.bat %1
goto start
:received
call received.bat %1
goto start
:oneleft
wizards
:end
echo end